-
61 метод программной инженерии
Programming: software engineering methodУниверсальный русско-английский словарь > метод программной инженерии
-
62 метод проектирования ПО
Programming: software design methodУниверсальный русско-английский словарь > метод проектирования ПО
-
63 метод проектирования и моделирования ПО
Programming: software modeling and design methodУниверсальный русско-английский словарь > метод проектирования и моделирования ПО
-
64 метод проектирования и моделирования прикладного ПО
Универсальный русско-английский словарь > метод проектирования и моделирования прикладного ПО
-
65 метод проектирования и моделирования прикладного программного обеспечения
Универсальный русско-английский словарь > метод проектирования и моделирования прикладного программного обеспечения
-
66 метод проектирования и моделирования программного обеспечения
Programming: software modeling and design methodУниверсальный русско-английский словарь > метод проектирования и моделирования программного обеспечения
-
67 метод проектирования программ
Programming: software engineering methodУниверсальный русско-английский словарь > метод проектирования программ
-
68 метод проектирования программного обеспечения
Programming: software design methodУниверсальный русско-английский словарь > метод проектирования программного обеспечения
-
69 метод произвольных форм
Programming: free-form methodУниверсальный русско-английский словарь > метод произвольных форм
-
70 метод прямой цепочки умозаключений
Programming: event-driven methodУниверсальный русско-английский словарь > метод прямой цепочки умозаключений
-
71 метод разработки программного обеспечения
Programming: software engineering methodУниверсальный русско-английский словарь > метод разработки программного обеспечения
-
72 метод рассуждений по принципу от событий к цели
Programming: event-driven methodУниверсальный русско-английский словарь > метод рассуждений по принципу от событий к цели
-
73 метод связи
Programming: communication method -
74 метод сжатия данных
Programming: data-compression methodУниверсальный русско-английский словарь > метод сжатия данных
-
75 метод сортировки
Programming: sorting method -
76 метод теории вероятностей
Programming: probability theory methodУниверсальный русско-английский словарь > метод теории вероятностей
-
77 метод точки привязки
Programming: anchor-point methodУниверсальный русско-английский словарь > метод точки привязки
-
78 метод фабрики
Programming: factory method -
79 метод форматирования
Programming: formatting methodУниверсальный русско-английский словарь > метод форматирования
-
80 метод экземпляра
Programming: instance method (в языке Java - метод, распространяющийся на конкретный экземпляр класса)
См. также в других словарях:
Method overriding — Method overriding, in object oriented programming, is a language feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its superclasses or parent classes. The… … Wikipedia
Method overloading — is a feature found in various programming languages such as Ada, C#, C++ and Java that allows the creation of several functions with the same name which differ from each other in terms of the type of the input and the type of the output of the… … Wikipedia
Method overriding (programming) — Method overriding, in object oriented programming, is a language feature that allows a subclass to provide a specific implementation of a method that is already provided by one of its superclasses. The implementation in the subclass overrides… … Wikipedia
Programming language theory — (commonly known as PLT) is a branch of computer science that deals with the design, implementation, analysis, characterization, and classification of programming languages and programming language features. It is a multi disciplinary field, both… … Wikipedia
Programming by demonstration — (PbD) is a technique for teaching acomputer or a robot new behaviors by demonstrating the task totransfer directly instead of programming it through machinecommands.The term Programming by example (PbE) or Programming bydemonstration (PbD)… … Wikipedia
Method — may refer to: Scientific method, a series of steps taken to acquire knowledge Method (computer programming), a piece of code associated with a class or object to perform a task Method (music), a kind of textbook to help students learning to play… … Wikipedia
Method chaining — is a common technique for invoking multiple method calls in object oriented programming languages. Each method returns an object (possibly the current object itself), allowing the calls to be chained together in a single statement.[1] A method… … Wikipedia
Method (computer programming) — In object oriented programming, a method is a subroutine (or procedure or function) associated with a class. Methods define the behavior to be exhibited by instances of the associated class at program run time. Methods have the special property… … Wikipedia
Method signature — In computer programming, especially object oriented programming, a method is commonly identified by its unique method signature, which usually includes the method name, and the number, types and order of its parameters.[1] A method signature is… … Wikipedia
Method (computer science) — In object oriented programming, the term method refers to a subroutine that is exclusively associated either with a class (called class methods, static methods, or factory methods) or with an object (called instance methods). Like a procedure in… … Wikipedia
Method of lines — The method of lines (MOL, NMOL, NUMOL) (Schiesser, 1991; Hamdi, et al., 2007; Schiesser, 2009 ) is a technique for solving partial differential equations (PDEs) in which all but one dimension is discretized. MOL allows standard, general purpose… … Wikipedia